tmem: cleanup: drop useless wrap functions
authorBob Liu <lliubbo@gmail.com>
Fri, 8 Nov 2013 01:03:54 +0000 (09:03 +0800)
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Tue, 12 Nov 2013 15:15:25 +0000 (10:15 -0500)
commit0459e197baf02b671dc72e6e72d4267290e72d7a
tree3b300130a70aed67e75a26105868cdd317a16713
parentb9f9f62f5451f9610f2957438ed72fd0a88ebae4
tmem: cleanup: drop useless wrap functions

_tmem_alloc/free_subpage_thispool() and _tmem_alloc/free_page_thispool() are
useless, replace them with tmem_alloc/free_subpage_thispool() and
tmem_alloc/free_page_thispool() directly.

Signed-off-by: Bob Liu <bob.liu@oracle.com>
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
xen/common/tmem.c
xen/common/tmem_xen.c
xen/include/xen/tmem_xen.h